Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Apache Struts - 709 results found.
NameDescriptionTypePackageFramework
AbstractAdapterElementAbstractAdapterElement extends the abstract Node type and implements the DOM Element interface.Classorg.apache.struts2.views.xsltApache Struts
AbstractAdapterNodeAbstractAdapterNode is the base for childAdapters that expose a read-only view of a Java object as a DOM Node.Classorg.apache.struts2.views.xsltApache Struts
AbstractBeanSelectionProviderClassorg.apache.struts2.configApache Struts
AbstractClosingTagClassorg.apache.struts2.views.jsp.uiApache Struts
AbstractDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
AbstractDoubleListTagClassorg.apache.struts2.views.jsp.uiApache Struts
AbstractInterceptorProvides default implementations of optional lifecycle methodsSee Also:Serialized FormClasscom.opensymphony.xwork2.interceptorApache Struts
AbstractListTagClassorg.apache.struts2.views.jsp.uiApache Struts
AbstractMatcher Matches patterns against pre-compiled wildcard expressions pulled from target objects.Classcom.opensymphony.xwork2.config.implApache Struts
AbstractRequiredListTagClassorg.apache.struts2.views.jsp.uiApache Struts
AbstractResourceStoreClasscom.opensymphony.xwork2.util.classloaderApache Struts
AbstractUITagAbstract base class for all UI tags.Classorg.apache.struts2.views.jsp.uiApache Struts
AbstractUITagBeanInfoDescribes properties supported by the AbstractUITag - base class for all UI tags This bases on HtmlTagSupportBeanInfo class from StripesFramework - thanks!Classorg.apache.struts2.views.jsp.uiApache Struts
AcceptedPatternsCheckerUsed across different interceptors to check if given string matches one of the excluded patterns.Interfacecom.opensymphony.xwork2.securityApache Struts
ActionAll actions may implement this interface, which exposes the execute() method.Interfacecom.opensymphony.xwork2Apache Struts
ActionAutowiringInterceptor TODO: Give a description of the Interceptor.Classcom.opensymphony.xwork2.spring.interceptorApache Struts
ActionChainResult This result invokes an entire other action, complete with it's own interceptor stack and result.Classcom.opensymphony.xwork2Apache Struts
ActionComponent This tag enables developers to call actions directly from a JSP page by specifying the action name and an optional namespace.Classorg.apache.struts2.componentsApache Struts
ActionConfigContains everything needed to configure and execute an action: methodName - the method name to execute on the action.Classcom.opensymphony.xwork2.config.entitiesApache Struts
ActionConfigMatcher Matches paths against pre-compiled wildcard expressions pulled from action configs.Classcom.opensymphony.xwork2.config.implApache Struts
ActionContext The ActionContext is the context in which an Action is executed.Classcom.opensymphony.xwork2Apache Struts
ActionDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ActionError Render action errors if they exists the specific layout of the rendering depends on the theme itself.Classorg.apache.struts2.componentsApache Struts
ActionErrorDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ActionErrorModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ActionErrorTagClassorg.apache.struts2.views.jsp.uiApache Struts
ActionEventListenerInterfacecom.opensymphony.xwork2Apache Struts
ActionFactoryInterfacecom.opensymphony.xwork2.factoryApache Struts
ActionInvocationAn ActionInvocation represents the execution state of an Action.Interfacecom.opensymphony.xwork2Apache Struts
ActionMapper The ActionMapper interface provides a mapping between HTTP requests and action invocation requests and vice-versa.Interfaceorg.apache.struts2.dispatcher.mapperApache Struts
ActionMappingSimple class that holds the action mapping information used to invoke a Struts action.Classorg.apache.struts2.dispatcher.mapperApache Struts
ActionMappingParametersInteceptor This interceptor sets all parameters from the action mapping, for this request, on the value stack.Classorg.apache.struts2.interceptorApache Struts
ActionMessage Render action messages if they exists, specific rendering layout depends on the theme itself.Classorg.apache.struts2.componentsApache Struts
ActionMessageDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ActionMessageModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ActionMessageTagClassorg.apache.struts2.views.jsp.uiApache Struts
ActionModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ActionProxyActionProxy is an extra layer between XWork and the action so that different proxies are possible.Interfacecom.opensymphony.xwork2Apache Struts
ActionProxyFactoryThe ActionProxyFactory is used to create ActionProxys to be executed.Interfacecom.opensymphony.xwork2Apache Struts
ActionSupportProvides a default implementation for the most common actions.Classcom.opensymphony.xwork2Apache Struts
ActionTagClassorg.apache.struts2.views.jspApache Struts
ActionValidatorManagerActionValidatorManager is the main interface for validation managers (regular and annotation based).Interfacecom.opensymphony.xwork2.validatorApache Struts
AdapterFactoryAdapterFactory produces Node adapters for Java object types.Classorg.apache.struts2.views.xsltApache Struts
AdapterNodeInterfaceorg.apache.struts2.views.xsltApache Struts
After Marks a action method that needs to be called after the main action method and the result was executed.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
AliasInterceptor The aim of this Interceptor is to alias a named parameter to a different named parameter.Classcom.opensymphony.xwork2.interceptorApache Struts
Anchor A tag that creates a HTML .Classorg.apache.struts2.componentsApache Struts
AnchorDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
AnchorModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
AnchorTagClassorg.apache.struts2.views.jsp.uiApache Struts
AnnotationActionValidatorManagerAnnotationActionValidatorManager is the entry point into XWork's annotations-based validator framework.Classcom.opensymphony.xwork2.validatorApache Struts
AnnotationParameterFilterIntereptorAnnotation based version of ParameterFilterInterceptor.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
AnnotationUtils Various utility methods dealing with annotationsVersion:$Id$Author:Rainer Hermanns, Zsolt Szasz, zsolt at lorecraft dot com, Dan Oxlade, dan d0t oxlade at gmail d0t c0mClasscom.opensymphony.xwork2.utilApache Struts
AnnotationValidationConfigurationBuilderAnnotationValidationConfigurationBuilderVersion:$Id$Author:Rainer Hermanns, jepjepClasscom.opensymphony.xwork2.validatorApache Struts
AnnotationValidationInterceptor annotation, and if found, don't validate this action methodSee Also:Serialized FormClassorg.apache.struts2.interceptor.validationApache Struts
AnnotationWorkflowInterceptor Invokes any annotated methods on the action.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
AppendIterator Component for AppendIteratorTag, which jobs is to append iterators to form an appended iterator whereby entries goes from one iterator to another after eachClassorg.apache.struts2.componentsApache Struts
AppendIteratorFilterA bean that takes several iterators and outputs them in sequenceSee Also:AppendIterator, Classorg.apache.struts2.utilApache Struts
AppendIteratorTagAppend a list of iterators.Classorg.apache.struts2.views.jsp.iteratorApache Struts
ApplicationAware Actions that want to be aware of the application Map object should implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
ApplicationMapA simple implementation of the Map interface to handle a collection of attributes and init parameters in a ServletContext object.Classorg.apache.struts2.dispatcherApache Struts
ArrayAdapterClassorg.apache.struts2.views.xsltApache Struts
ArrayConverterClasscom.opensymphony.xwork2.conversion.implApache Struts
AttributeMapA Map that holds 4 levels of scope.Classorg.apache.struts2.utilApache Struts
BackgroundProcessBackground thread to be executed by the ExecuteAndWaitInterceptor.Classorg.apache.struts2.interceptorApache Struts
BaseTemplateEngineBase class for template engines.Classorg.apache.struts2.components.templateApache Struts
Bean Instantiates a class that conforms to the JavaBeans specification.Classorg.apache.struts2.componentsApache Struts
BeanAdapterThis class is the most general type of adapter, utilizing reflective introspection to present a DOM view of all of the public properties of its value.Classorg.apache.struts2.views.xsltApache Struts
BeanDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
BeanModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
BeanSelectionProviderInterfacecom.opensymphony.xwork2.configApache Struts
BeanTagClassorg.apache.struts2.views.jspApache Struts
Before Marks a action method that needs to be executed before the main action method.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
BeforeResult Marks a action method that needs to be executed before the result.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
CallbackWriterClassorg.apache.struts2.views.freemarker.tagsApache Struts
ChainingInterceptor An interceptor that copies all the properties of every object in the value stack to the currently executing object, except for any object that implements Unchainable.Classcom.opensymphony.xwork2.interceptorApache Struts
Checkbox Renders an HTML input element of type checkbox, populated by the specified property from the ValueStack.Classorg.apache.struts2.componentsApache Struts
CheckBoxDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
CheckboxInterceptor Looks for a hidden identification field that specifies the original value of the checkbox.Classorg.apache.struts2.interceptorApache Struts
CheckboxList Creates a series of checkboxes from a list.Classorg.apache.struts2.componentsApache Struts
CheckBoxListDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
CheckboxListModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
CheckboxListTagClassorg.apache.struts2.views.jsp.uiApache Struts
CheckboxModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
CheckboxTagClassorg.apache.struts2.views.jsp.uiApache Struts
ClassFinderClassFinder searches the classpath of the specified ClassLoaderInterface for packages, classes, constructors, methods, or fields with specific annotations.Interfacecom.opensymphony.xwork2.util.finderApache Struts
ClassFinderFactoryInterfacecom.opensymphony.xwork2.util.finderApache Struts
ClassLoaderInterfaceInterfacecom.opensymphony.xwork2.util.finderApache Struts
ClassLoaderInterfaceDelegateClasscom.opensymphony.xwork2.util.finderApache Struts
ClassLoaderUtilThis class is extremely useful for loading resources and classes in a fault tolerant manner that works across different applications servers.Classcom.opensymphony.xwork2.utilApache Struts
ClassPathFinderThis class is an utility class that will search through the classpath for files whose names match the given pattern.Classcom.opensymphony.xwork2.utilApache Struts
ClearableValueStackInterfacecom.opensymphony.xwork2.utilApache Struts
ClearSessionInterceptor This interceptor clears the HttpSession.Classorg.apache.struts2.interceptorApache Struts
ClosingUIBeanClosingUIBean is the standard superclass for UI components such as div etc.Classorg.apache.struts2.componentsApache Struts
CollectionAdapterClassorg.apache.struts2.views.xsltApache Struts
CollectionConverterClasscom.opensymphony.xwork2.conversion.implApache Struts
ComboBox The combo box is basically an HTML INPUT of type text and HTML SELECT grouped together to give you a combo box functionality.Classorg.apache.struts2.componentsApache Struts
ComboBoxDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ComboBoxModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ComboBoxTagClassorg.apache.struts2.views.jsp.uiApache Struts
CommonsLoggerClasscom.opensymphony.xwork2.util.logging.commonsApache Struts
CommonsLoggerFactoryClasscom.opensymphony.xwork2.util.logging.commonsApache Struts
ComponentBase class to extend for UI components.Classorg.apache.struts2.componentsApache Struts
ComponentDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ComponentModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ComponentTagClassorg.apache.struts2.views.jsp.uiApache Struts
ComponentTagSupportClassorg.apache.struts2.views.jspApache Struts
ComponentUrlProviderClassorg.apache.struts2.componentsApache Struts
ComponentUtilsClassorg.apache.struts2.utilApache Struts
CompositeActionMapper A composite action mapper that is capable of delegating to a series of ActionMapper if the former failed to obtained a valid ActionMapping or uri.Classorg.apache.struts2.dispatcher.mapperApache Struts
CompositeTextProviderThis is a composite TextProvider that takes in an array or List of TextProviders, it will consult each of them in order to get a composite result.Classcom.opensymphony.xwork2Apache Struts
CompoundRootA Stack that is implemented using a List.Classcom.opensymphony.xwork2.utilApache Struts
CompoundRootAccessorA stack that is able to call methods on objects in the stack.Classcom.opensymphony.xwork2.ognl.accessorApache Struts
ConditionalVisitorFieldValidator The validator allows you to forward validator to object properties of your action using the objects own validator files.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ConditionalVisitorFieldValidator The ConditionalVisitorFieldValidator will forward validation to the VisitorFieldValidator only if the expression will evaluate to true.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ConfigurationXWork configuration.Interfacecom.opensymphony.xwork2.configApache Struts
ConfigurationExceptionConfigurationExceptionAuthor:Jason CarreiraSee Also:Serialized FormClasscom.opensymphony.xwork2.configApache Struts
ConfigurationManagerConfigurationManager - central for XWork Configuration management, including its ConfigurationProvider.Classcom.opensymphony.xwork2.configApache Struts
ConfigurationProviderInterface to be implemented by all forms of XWork configuration classes.Interfacecom.opensymphony.xwork2.configApache Struts
ConfigurationUtilClasscom.opensymphony.xwork2.configApache Struts
ContainerInjects dependencies into constructors, methods and fields annotated with When injecting a method or constructor, you can additionally annotateInterfacecom.opensymphony.xwork2.injectApache Struts
ContainerBuilderBuilds a dependency injection Container.Classcom.opensymphony.xwork2.injectApache Struts
ContainerProviderInterfacecom.opensymphony.xwork2.configApache Struts
ContainUtilContainUtil will check if object 1 contains object 2.Classorg.apache.struts2.utilApache Struts
ContentTypeMatcherInterfaceorg.apache.struts2.utilApache Struts
ContextContext of the current injection.Interfacecom.opensymphony.xwork2.injectApache Struts
ContextBeanClassorg.apache.struts2.componentsApache Struts
ContextBeanTagClassorg.apache.struts2.views.jspApache Struts
ContextUtilValue Stack's Context related Utilities.Classorg.apache.struts2.views.utilApache Struts
Conversion private Date date; public setDate(Date date) {Classcom.opensymphony.xwork2.conversion.annotationsApache Struts
ConversionAnnotationProcessorUsed to process TypeConversion annotation to read defined ConvertersInterfacecom.opensymphony.xwork2.conversionApache Struts
ConversionDescriptionConversionDescriptionVersion:$Id$Author:Rainer HermannsClasscom.opensymphony.xwork2.conversion.metadataApache Struts
ConversionErrorFieldValidator This validator checks if there are any conversion errors for a field and applies them if they exist.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ConversionErrorFieldValidator Field Validator that checks if a conversion error occurred for this field.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ConversionErrorInterceptor ConversionErrorInterceptor adds conversion errors from the ActionContext to the Action's field errors.Classcom.opensymphony.xwork2.interceptorApache Struts
ConversionFileProcessorUsed to process -conversion.Interfacecom.opensymphony.xwork2.conversionApache Struts
ConversionPropertiesProcessorInterfacecom.opensymphony.xwork2.conversionApache Struts
ConversionRuleClasscom.opensymphony.xwork2.conversion.annotationsApache Struts
ConversionTypeClasscom.opensymphony.xwork2.conversion.annotationsApache Struts
ConverterFactoryInterfacecom.opensymphony.xwork2.factoryApache Struts
CookieInterceptor The aim of this interceptor is to set values in the stack/action based on cookie name/value If an asterisk is present in cookiesName parameter, it will be assume thatClassorg.apache.struts2.interceptorApache Struts
CookieProviderAction can create cookies which will be stored in responseSee Also:CookieProviderInterceptorInterfaceorg.apache.struts2.interceptorApache Struts
CookieProviderInterceptor Allows actions to send cookies to client, action must implement CookieProvider You must reference this interceptor in your default stack or in action's stack, see example below.Classorg.apache.struts2.interceptorApache Struts
CookiesAwareActions implementing the CookiesAware interface will receive a Map of filtered cookies via the setCookiesMap method.Interfaceorg.apache.struts2.interceptorApache Struts
CounterA bean that can be used to keep track of a counter.Classorg.apache.struts2.utilApache Struts
CreateIfNull Sets the CreateIfNull for type conversion.Classcom.opensymphony.xwork2.utilApache Struts
CreateSessionInterceptor This interceptor creates the HttpSession if it doesn't exist, also SessionMap is recreated and put in ServletActionContext.Classorg.apache.struts2.interceptorApache Struts
CustomValidator This annotation can be used for custom validators.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
CycleDetectorClasscom.opensymphony.xwork2.config.providersApache Struts
Date Format Date object in different ways.Classorg.apache.struts2.componentsApache Struts
DateConverterClasscom.opensymphony.xwork2.conversion.implApache Struts
DateDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
DateFormatterClassorg.apache.struts2.utilApache Struts
DateModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
DateRangeFieldValidator This validator checks that a date field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
DateRangeFieldValidator Field Validator that checks if the date supplied is within a specific range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
DateTagClassorg.apache.struts2.views.jspApache Struts
DateTextFieldClassorg.apache.struts2.componentsApache Struts
DateTextFieldInterceptorClassorg.apache.struts2.interceptorApache Struts
DateTextFieldTagClassorg.apache.struts2.views.jsp.uiApache Struts
DebugClassorg.apache.struts2.componentsApache Struts
DebuggingInterceptor Provides several different debugging screens to provide insight into the data behind the page.Classorg.apache.struts2.interceptor.debuggingApache Struts
DebugTagClassorg.apache.struts2.views.jsp.uiApache Struts
DefaultAcceptedPatternsCheckerClasscom.opensymphony.xwork2.securityApache Struts
DefaultActionFactoryClasscom.opensymphony.xwork2.factoryApache Struts
DefaultActionInvocationThe Default ActionInvocation implementationVersion:$Date$ $Id$Author:Rainer Hermanns, tmjeeSee Also:DefaultActionProxy, Classcom.opensymphony.xwork2Apache Struts
DefaultActionMapper Default action mapper implementation, using the standard *.Classorg.apache.struts2.dispatcher.mapperApache Struts
DefaultActionProxyThe Default ActionProxy implementationSince:2005-8-6Version:$Date$ $Id$Author:Rainer Hermanns, Revised by Henry Hu, tmjeeSee Also:Serialized FormClasscom.opensymphony.xwork2Apache Struts
DefaultActionProxyFactoryDefault factory for ActionProxyFactory.Classcom.opensymphony.xwork2Apache Struts
DefaultActionSupportA simple action support class that sets properties to be able to serveSee Also:Serialized FormClassorg.apache.struts2.dispatcherApache Struts
DefaultActionValidatorManager This is the entry point into XWork's rule-based validation framework.Classcom.opensymphony.xwork2.validatorApache Struts
DefaultBeanSelectionProviderSelects the implementations of key framework extension points, using the loaded property constants.Classorg.apache.struts2.configApache Struts
DefaultClassFinderClasscom.opensymphony.xwork2.util.finderApache Struts
DefaultConfigurationDefaultConfigurationAuthor:Jason CarreiraClasscom.opensymphony.xwork2.config.implApache Struts
DefaultContentTypeMatcherClassorg.apache.struts2.utilApache Struts
DefaultConversionAnnotationProcessorClasscom.opensymphony.xwork2.conversion.implApache Struts
DefaultConversionFileProcessorClasscom.opensymphony.xwork2.conversion.implApache Struts
DefaultConversionPropertiesProcessorClasscom.opensymphony.xwork2.conversion.implApache Struts
DefaultConverterFactoryClasscom.opensymphony.xwork2.factoryApache Struts
DefaultDispatcherErrorHandlerDefault implementation of DispatcherErrorHandler which sends Error Report in devMode or HttpServletResponse.Classorg.apache.struts2.dispatcherApache Struts
DefaultExcludedPatternsCheckerClasscom.opensymphony.xwork2.securityApache Struts
DefaultFileManagerClasscom.opensymphony.xwork2.util.fsApache Struts
DefaultFileManagerFactoryClasscom.opensymphony.xwork2.util.fsApache Struts
DefaultInterceptorFactoryClasscom.opensymphony.xwork2.factoryApache Struts
DefaultLocaleProviderClasscom.opensymphony.xwork2Apache Struts
DefaultObjectTypeDeterminer This ObjectTypeDeterminer looks at the Class-conversion.Classcom.opensymphony.xwork2.conversion.implApache Struts
DefaultPropertiesProviderLoads the default properties, separate from the usual struts.Classorg.apache.struts2.configApache Struts
DefaultResultFactoryClasscom.opensymphony.xwork2.factoryApache Struts
DefaultSettingsDefaultSettings implements optional methods of Settings.Classorg.apache.struts2.configApache Struts
DefaultStaticContentLoader Default implementation to server static content This class is used to serve common static content needed when using various parts of Struts, such as JavaScriptClassorg.apache.struts2.dispatcherApache Struts
DefaultTagLibraryClassorg.apache.struts2.viewsApache Struts
DefaultTextProviderDefaultTextProvider gets texts from only the default resource bundles associated with theAuthor:Jason Carreira , Rainer HermannsSee Also:LocalizedTextUtil.Classcom.opensymphony.xwork2Apache Struts
DefaultTypeConverterDefault type conversion.Classcom.opensymphony.xwork2.conversion.implApache Struts
DefaultTypeConverterCreatorClasscom.opensymphony.xwork2.conversion.implApache Struts
DefaultTypeConverterHolderClasscom.opensymphony.xwork2.conversion.implApache Struts
DefaultUnknownHandlerFactoryClasscom.opensymphony.xwork2.factoryApache Struts
DefaultUnknownHandlerManagerDefault implementation of UnknownHandlerManagerSee Also:UnknownHandlerManagerClasscom.opensymphony.xwork2Apache Struts
DefaultUrlHelperClassorg.apache.struts2.views.utilApache Struts
DefaultValidatorFactoryClasscom.opensymphony.xwork2.factoryApache Struts
DefaultValidatorFactoryDefault validator factoryVersion:$Date$ $Id$Author:Jason Carreira, James HouseClasscom.opensymphony.xwork2.validatorApache Struts
DefaultValidatorFileParserParse the validation file.Classcom.opensymphony.xwork2.validatorApache Struts
DefaultWorkflowInterceptor An interceptor that makes sure there are not validation errors before allowing the interceptor chain to continue.Classcom.opensymphony.xwork2.interceptorApache Struts
DelegatingValidatorContextA default implementation of the ValidatorContext interface.Classcom.opensymphony.xwork2.validatorApache Struts
DependencyExceptionThrown when a dependency is misconfigured.Classcom.opensymphony.xwork2.injectApache Struts
DeprecationInterceptor In devMode checks if application uses deprecated or unknown constants and displays warning when logging level is set to DEBUGClassorg.apache.struts2.interceptorApache Struts
DirectedGraphClasscom.opensymphony.xwork2.config.providersApache Struts
DispatcherA utility class the actual dispatcher delegates most of its tasks to.Classorg.apache.struts2.dispatcherApache Struts
DispatcherErrorHandler Basically it sends back HTTP error codes or error page depends on requirements.Interfaceorg.apache.struts2.dispatcherApache Struts
DispatcherListenerA interface to tag those that want to execute code on the init and destory of a Dispatcher.Interfaceorg.apache.struts2.dispatcherApache Struts
DivClassorg.apache.struts2.componentsApache Struts
DivDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
DivModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
DivTagClassorg.apache.struts2.views.jsp.uiApache Struts
DomHelperClasscom.opensymphony.xwork2.utilApache Struts
DoubleListUIBean DoubleListUIBean is the standard superclass of all Struts double list handling components.Classorg.apache.struts2.componentsApache Struts
DoubleRangeFieldValidator This validator checks that a double field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
DoubleRangeFieldValidator Field Validator that checks if the double specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
DoubleSelect Renders two HTML select elements with second one changing displayed values depending on selected entry of first one.Classorg.apache.struts2.componentsApache Struts
DoubleSelectDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
DoubleSelectModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
DoubleSelectTagClassorg.apache.struts2.views.jsp.uiApache Struts
Element Sets the Element for type conversion.Classcom.opensymphony.xwork2.utilApache Struts
Else Perform basic condition flow.Classorg.apache.struts2.componentsApache Struts
ElseIf Perform basic condition flow.Classorg.apache.struts2.componentsApache Struts
ElseIfModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ElseIfTagClassorg.apache.struts2.views.jspApache Struts
ElseModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ElseTagClassorg.apache.struts2.views.jspApache Struts
EmailValidator This validator checks that a field is a valid e-mail address if it contains a non-empty String.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
EmailValidator EmailValidator checks that a given String field, if not empty, is a valid email address.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ErrorMessageBuilderHelper class to build error messages.Classcom.opensymphony.xwork2.ognlApache Struts
ExceptionHolder A simple wrapper around an exception, providing an easy way to print out the stack trace of the exception as well as a way to get a handle on the exception itself.Classcom.opensymphony.xwork2.interceptorApache Struts
ExceptionMappingConfigConfiguration for exception mapping.Classcom.opensymphony.xwork2.config.entitiesApache Struts
ExceptionMappingInterceptor This interceptor forms the core functionality of the exception handling feature.Classcom.opensymphony.xwork2.interceptorApache Struts
ExcludedPatternsCheckerUsed across different interceptors to check if given string matches one of the excluded patterns.Interfacecom.opensymphony.xwork2.securityApache Struts
ExecuteAndWaitInterceptor The ExecuteAndWaitInterceptor is great for running long-lived actions in the background while showing the user a nice progress meter.Classorg.apache.struts2.interceptorApache Struts
ExecuteOperationsClassorg.apache.struts2.dispatcherApache Struts
ExpressionValidator This non-field level validator validates a supplied regular expression.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ExpressionValidator A Non-Field Level validator that validates based on regular expression supplied.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
FactoryA custom factory.Interfacecom.opensymphony.xwork2.injectApache Struts
FastByteArrayOutputStreamA speedy implementation of ByteArrayOutputStream.Classorg.apache.struts2.utilApache Struts
FieldError Render field errors if they exists.Classorg.apache.struts2.componentsApache Struts
FieldErrorDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
FieldErrorModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
FieldErrorTagClassorg.apache.struts2.views.jsp.uiApache Struts
FieldExpressionValidator This validator uses an OGNL expression to perform its validator.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
FieldExpressionValidator Validates a field using an OGNL expression.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
FieldValidatorThe FieldValidator interface defines the methods to be implemented by FieldValidators.Interfacecom.opensymphony.xwork2.validatorApache Struts
FieldValidatorSupportBase class for field validators.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
File Renders an HTML file input element.Classorg.apache.struts2.componentsApache Struts
FileDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
FileManagerInterfacecom.opensymphony.xwork2Apache Struts
FileManagerFactoryInterfacecom.opensymphony.xwork2Apache Struts
FileManagerFactoryProviderClasscom.opensymphony.xwork2.configApache Struts
FileManagerProviderClasscom.opensymphony.xwork2.configApache Struts
FileModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
FileResourceStoreReads a class from disk class taken from Apache JCIClasscom.opensymphony.xwork2.util.classloaderApache Struts
FileRevisionClasscom.opensymphony.xwork2.util.fsApache Struts
FileTagClassorg.apache.struts2.views.jsp.uiApache Struts
FileUploadInterceptor Interceptor that is based off of MultiPartRequestWrapper, which is automatically applied for any request that includes a file.Classorg.apache.struts2.interceptorApache Struts
FilterHostConfigClassorg.apache.struts2.dispatcher.filterApache Struts
FinalizablePhantomReferencePhantom reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims theClasscom.opensymphony.xwork2.inject.utilApache Struts
FinalizableSoftReferenceSoft reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.Classcom.opensymphony.xwork2.inject.utilApache Struts
FinalizableWeakReferenceWeak reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.Classcom.opensymphony.xwork2.inject.utilApache Struts
Form Renders HTML an input form.Classorg.apache.struts2.componentsApache Struts
FormButtonClassorg.apache.struts2.componentsApache Struts
FormDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
FormModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
FormTagClassorg.apache.struts2.views.jsp.uiApache Struts
FreemarkerManager Static Configuration Manager for the FreemarkerResult's configuration Possible extension points are:Classorg.apache.struts2.views.freemarkerApache Struts
FreemarkerResult Renders a view using the Freemarker template engine.Classorg.apache.struts2.views.freemarkerApache Struts
FreemarkerTemplateEngineFreemarker based template engine.Classorg.apache.struts2.components.templateApache Struts
FreemarkerThemeTemplateLoaderWhen loading a template, if sees theme token in path, does a template search through theme hierarchy for template, starting at the theme name after the token.Classorg.apache.struts2.views.freemarkerApache Struts
FunctionA Function provides a transformation on an object and returns the resulting object.Interfacecom.opensymphony.xwork2.inject.utilApache Struts
GenericUIBean Renders an custom UI widget using the specified templates.Classorg.apache.struts2.componentsApache Struts
Head Renders parts of the HEAD section for an HTML file.Classorg.apache.struts2.componentsApache Struts
HeadDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
HeadModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
HeadTagClassorg.apache.struts2.views.jsp.uiApache Struts
Hidden Renders an HTML input element of type hidden, populated by the specified property from the ValueStack.Classorg.apache.struts2.componentsApache Struts
HiddenDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
HiddenModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
HiddenTagClassorg.apache.struts2.views.jsp.uiApache Struts
HostConfigAbstraction for host configuration information such as init params or the servlet context.Interfaceorg.apache.struts2.dispatcherApache Struts
HttpHeaderResult A custom Result type for setting HTTP headers and status by optionally evaluating against the ValueStack.Classorg.apache.struts2.resultApache Struts
I18n Gets a resource bundle and place it on the value stack.Classorg.apache.struts2.componentsApache Struts
I18nDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
I18nInterceptor An interceptor that handles setting the locale specified in a session as the locale for the current action request.Classcom.opensymphony.xwork2.interceptorApache Struts
I18nInterceptor This interceptor extends the original xwork i18n interceptor and adds functionality to support cookies.Classorg.apache.struts2.interceptorApache Struts
I18nModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
I18nTagClassorg.apache.struts2.views.jspApache Struts
If Perform basic condition flow.Classorg.apache.struts2.componentsApache Struts
IfModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
IfTagClassorg.apache.struts2.views.jspApache Struts
Include Include a servlet's output (result of servlet or a JSP page).Classorg.apache.struts2.componentsApache Struts
IncludeDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
IncludeModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
IncludeTagClassorg.apache.struts2.views.jspApache Struts
InitOperationsClassorg.apache.struts2.dispatcherApache Struts
InjectAnnotates members and parameters which should have their value[s]Author:crazybob@google.Classcom.opensymphony.xwork2.injectApache Struts
InputConfig Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
InputTransferSelect Create a input transfer select component which is basically an text input and Classorg.apache.struts2.componentsApache Struts
InputTransferSelectDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
InputTransferSelectModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
InputTransferSelectTagInputTransferSelect jsp tag.Classorg.apache.struts2.views.jsp.uiApache Struts
InstantiatingNullHandler Provided that the key ReflectionContextState.Classcom.opensymphony.xwork2.conversion.implApache Struts
Interceptor An interceptor is a stateless class that follows the interceptor pattern, as found in Filter and in AOP languages.Interfacecom.opensymphony.xwork2.interceptorApache Struts
InterceptorBuilderBuilds a list of interceptors referenced by the refName in the supplied PackageConfig.Classcom.opensymphony.xwork2.config.providersApache Struts
InterceptorConfigConfiguration for Interceptors.Classcom.opensymphony.xwork2.config.entitiesApache Struts
InterceptorFactoryInterfacecom.opensymphony.xwork2.factoryApache Struts
InterceptorListHolderInterceptorListHolderAuthor:Jason CarreiraInterfacecom.opensymphony.xwork2.config.entitiesApache Struts
InterceptorLocatorInterfacecom.opensymphony.xwork2.config.entitiesApache Struts
InterceptorMappingClasscom.opensymphony.xwork2.config.entitiesApache Struts
InterceptorStackConfigConfiguration for InterceptorStack.Classcom.opensymphony.xwork2.config.entitiesApache Struts
IntRangeFieldValidator This validator checks that a numeric field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
IntRangeFieldValidator Field Validator that checks if the integer specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
InvalidMetadataExceptionInvalidMetadataExceptionVersion:$Id$Author:Rainer HermannsSee Also:Serialized FormClasscom.opensymphony.xwork2Apache Struts
InvocationSessionStoreClassorg.apache.struts2.utilApache Struts
IteratorComponent Iterator will iterate over a value.Classorg.apache.struts2.componentsApache Struts
IteratorFilterSupportClassorg.apache.struts2.utilApache Struts
IteratorGeneratorA bean that generates an iterator filled with a given object depending on the count, separator and converter defined.Classorg.apache.struts2.utilApache Struts
IteratorGeneratorTag Generate an iterator based on the val attribute supplied.Classorg.apache.struts2.views.jsp.iteratorApache Struts
IteratorModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
IteratorStatusThe iterator tag can export an IteratorStatus object so that one can get information about the status of the iteration, such as:Classorg.apache.struts2.views.jspApache Struts
IteratorTagClassorg.apache.struts2.views.jspApache Struts
JakartaMultiPartRequestMultipart form data request adapter for Jakarta Commons Fileupload package.Classorg.apache.struts2.dispatcher.multipartApache Struts
JakartaStreamMultiPartRequestMulti-part form data request adapter for Jakarta Commons FileUpload package that leverages the streaming API rather than the traditional non-streaming API.Classorg.apache.struts2.dispatcher.multipartApache Struts
JarEntryRevisionClasscom.opensymphony.xwork2.util.fsApache Struts
JarResourceStoreClasscom.opensymphony.xwork2.util.classloaderApache Struts
JBossFileManagerClassorg.apache.struts2.util.fsApache Struts
JdkLoggerDelegates to jdk logger.Classcom.opensymphony.xwork2.util.logging.jdkApache Struts
JdkLoggerFactoryClasscom.opensymphony.xwork2.util.logging.jdkApache Struts
JspSupportServletClassorg.apache.struts2.viewsApache Struts
JspTemplateEngineJSP based template engine.Classorg.apache.struts2.components.templateApache Struts
Key Sets the Key for type conversion.Classcom.opensymphony.xwork2.utilApache Struts
KeyProperty Sets the KeyProperty for type conversion.Classcom.opensymphony.xwork2.utilApache Struts
Label Renders an HTML LABEL that will allow you to output label:name combination that has the same format treatment as the rest of your UI controls.Classorg.apache.struts2.componentsApache Struts
LabelDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
LabelModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
LabelTagClassorg.apache.struts2.views.jsp.uiApache Struts
ListenerHostConfigClassorg.apache.struts2.dispatcher.listenerApache Struts
ListEntryClassorg.apache.struts2.utilApache Struts
ListUIBean DoubleListUIBean is the standard superclass of all Struts list handling components.Classorg.apache.struts2.componentsApache Struts
LocaleProviderIndicates that the implementing class can provide its own Locale.Interfacecom.opensymphony.xwork2Apache Struts
LocalizedTextUtilProvides support for localization in XWork.Classcom.opensymphony.xwork2.utilApache Struts
LocatableA interface that should be implemented by objects knowning their location (i.Interfacecom.opensymphony.xwork2.util.locationApache Struts
LocatableConstantFactoryClasscom.opensymphony.xwork2.config.implApache Struts
LocatableFactoryAttaches location information to the factory.Classcom.opensymphony.xwork2.config.implApache Struts
LocatablePropertiesProperties implementation that remembers the location of each property.Classcom.opensymphony.xwork2.util.locationApache Struts
LocatedClasscom.opensymphony.xwork2.util.locationApache Struts
LocationA location in a resource.Interfacecom.opensymphony.xwork2.util.locationApache Struts
LocationAttributesA class to handle location information stored in attributes.Classcom.opensymphony.xwork2.util.locationApache Struts
LocationImplA simple immutable and serializable implementation of Location.Classcom.opensymphony.xwork2.util.locationApache Struts
LocationUtilsLocation-related utility methods.Classcom.opensymphony.xwork2.util.locationApache Struts
Log4j2LoggerClasscom.opensymphony.xwork2.util.logging.log4j2Apache Struts
Log4j2LoggerFactoryCreates log4j2-logging-backed loggers You can use the same to explicit tell the framework which implementation to use and don't depend on class discovery:Classcom.opensymphony.xwork2.util.logging.log4j2Apache Struts
LoggerInterfacecom.opensymphony.xwork2.util.loggingApache Struts
LoggerFactoryCreates loggers.Classcom.opensymphony.xwork2.util.loggingApache Struts
LoggerUtilsClasscom.opensymphony.xwork2.util.loggingApache Struts
LoggingInterceptor This interceptor logs the start and end of the execution an action (in English-only, not internationalized).Classcom.opensymphony.xwork2.interceptorApache Struts
LongRangeFieldValidator Field Validator that checks if the long specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
MakeIteratorClassorg.apache.struts2.utilApache Struts
MapAdapterMapAdapter adapters a java.Classorg.apache.struts2.views.xsltApache Struts
MemberAccessValueStackValueStacks implementing this interface provide a way to remove block or allow access to properties using regular expressionsInterfacecom.opensymphony.xwork2.utilApache Struts
MergeIterator Component for MergeIteratorTag, which job is to merge iterators and successive call to the merged iterator will cause each merge iterator to have a chance toClassorg.apache.struts2.componentsApache Struts
MergeIteratorFilterA bean that takes several iterators and outputs the merge of them.Classorg.apache.struts2.utilApache Struts
MergeIteratorTagAppend a list of iterators.Classorg.apache.struts2.views.jsp.iteratorApache Struts
MessageStoreInterceptor An interceptor to store a ValidationAware action's messages / errors and field errors into HTTP Session, such that it will be retrievable at a later stage.Classorg.apache.struts2.interceptorApache Struts
MethodFilterInterceptor MethodFilterInterceptor is an abstract Interceptor used as a base class for interceptors that will filter execution based on method Classcom.opensymphony.xwork2.interceptorApache Struts
MethodFilterInterceptorUtilUtility class contains common methods used by MethodFilterInterceptor.Classcom.opensymphony.xwork2.interceptorApache Struts
MockActionInvocationMock for an ActionInvocation.Classcom.opensymphony.xwork2.mockApache Struts
MockActionProxyMock for an ActionProxy.Classcom.opensymphony.xwork2.mockApache Struts
MockConfigurationSimple configuration used for unit testingSee Also:Serialized FormClasscom.opensymphony.xwork2.config.implApache Struts
MockContainerMock implementation to be used in unittestsSee Also:Serialized FormClasscom.opensymphony.xwork2.mockApache Struts
MockDispatcherClassorg.apache.struts2.dispatcherApache Struts
MockInterceptorMock for an Interceptor.Classcom.opensymphony.xwork2.mockApache Struts
MockObjectTypeDeterminerMocks the function of an ObjectTypeDeterminer for testing purposes.Classcom.opensymphony.xwork2.mockApache Struts
MockResultClasscom.opensymphony.xwork2.mockApache Struts
ModelDrivenModelDriven Actions provide a model object to be pushed onto the ValueStack in addition to the Action itself, allowing a FormBean type approach like Struts.Interfacecom.opensymphony.xwork2Apache Struts
ModelDrivenInterceptor Watches for ModelDriven actions and adds the action's model on to the value stack.Classcom.opensymphony.xwork2.interceptorApache Struts
MultiPartRequestAbstract wrapper class HTTP requests to handle multi-part data.Interfaceorg.apache.struts2.dispatcher.multipartApache Struts
MultiPartRequestWrapper Parse a multipart request and provide a wrapper around the request.Classorg.apache.struts2.dispatcher.multipartApache Struts
MultiselectInterceptorJust as the CheckboxInterceptor checks that if only the hidden field is present, so too does this interceptor.Classorg.apache.struts2.interceptorApache Struts
NamedVariablePatternMatcherAn implementation of a pattern matcher that uses simple named wildcards.Classcom.opensymphony.xwork2.utilApache Struts
NamespaceMatchRepresents a match from a namespace pattern matching.Classcom.opensymphony.xwork2.config.implApache Struts
NamespaceMatcherMatches namespace strings against a wildcard pattern matcherSee Also:Serialized FormClasscom.opensymphony.xwork2.config.implApache Struts
NoParametersMarker interface to indicate no auto setting of parameters.Interfacecom.opensymphony.xwork2.interceptorApache Struts
NoParametersThis marker interface should be implemented by actions that do not want any parameters set on them automatically.Interfaceorg.apache.struts2.interceptorApache Struts
NullHandlerInterface for handling null results from Chains.Interfacecom.opensymphony.xwork2.conversionApache Struts
NullResultNull result to get around annotation defaults that can't be nullSee Also:Serialized FormClassorg.apache.struts2.configApache Struts
Number Format Number object in different ways.Classorg.apache.struts2.componentsApache Struts
NumberConverterClasscom.opensymphony.xwork2.conversion.implApache Struts
NumberTagClassorg.apache.struts2.views.jspApache Struts
ObjectAccessorClasscom.opensymphony.xwork2.ognl.accessorApache Struts
ObjectFactoryObjectFactory is responsible for building the core framework objects.Classcom.opensymphony.xwork2Apache Struts
ObjectFactoryDestroyableAn interface to be implemented by any ObjectFactory implementation if it requires shutdown hook whenever an ObjectFactory is to beInterfaceorg.apache.struts2.utilApache Struts
ObjectProfilerClasscom.opensymphony.xwork2.util.profilingApache Struts
ObjectProxyAn Object to use within OGNL to proxy other Objects usually Collections that you set in a different placeClasscom.opensymphony.xwork2.ognlApache Struts
ObjectProxyPropertyAccessorIs able to access (set/get) properties on a given object.Classcom.opensymphony.xwork2.ognl.accessorApache Struts
ObjectTypeDeterminerDetermines what the key and and element class of a Map or Collection should be.Interfacecom.opensymphony.xwork2.conversionApache Struts
OgnlNullHandlerWrapperClasscom.opensymphony.xwork2.ognlApache Struts
OgnlReflectionContextFactoryClasscom.opensymphony.xwork2.ognlApache Struts
OgnlReflectionProviderClasscom.opensymphony.xwork2.ognlApache Struts
OgnlTextParserClasscom.opensymphony.xwork2.utilApache Struts
OgnlToolClassorg.apache.struts2.views.jsp.uiApache Struts
OgnlTypeConverterWrapperClasscom.opensymphony.xwork2.ognlApache Struts
OgnlUtilUtility class that provides common access to the Ognl APIs for setting and getting properties from objects (usually Actions).Classcom.opensymphony.xwork2.ognlApache Struts
OgnlValueStackOgnl implementation of a value stack that allows for dynamic Ognl expressions to be evaluated against it.Classcom.opensymphony.xwork2.ognlApache Struts
OgnlValueStackFactoryClasscom.opensymphony.xwork2.ognlApache Struts
OptGroup Create a optgroup component which needs to resides within a select tag.Classorg.apache.struts2.componentsApache Struts
OptGroupDirectiveOptGroup velocity directive.Classorg.apache.struts2.views.velocity.componentsApache Struts
OptGroupModelFreemarker's TransformModel for OptGroup component.Classorg.apache.struts2.views.freemarker.tagsApache Struts
OptGroupTagClassorg.apache.struts2.views.jsp.uiApache Struts
OptionTransferSelect Create a option transfer select component which is basically two Classorg.apache.struts2.componentsApache Struts
OptionTransferSelectDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
OptionTransferSelectModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
OptionTransferSelectTagOptionTransferSelect jsp tag.Classorg.apache.struts2.views.jsp.uiApache Struts
PackageConfigConfiguration for Package.Classcom.opensymphony.xwork2.config.entitiesApache Struts
PackageProviderProvides configuration packages.Interfacecom.opensymphony.xwork2.configApache Struts
Param This tag can be used to parameterize other tags.Classorg.apache.struts2.componentsApache Struts
ParamDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ParameterActionDefines a parameter action prefix.Interfaceorg.apache.struts2.dispatcher.mapperApache Struts
ParameterAware This interface gives actions an alternative way of receiving input parameters.Interfaceorg.apache.struts2.interceptorApache Struts
ParameterFilterInterceptor The Parameter Filter Interceptor blocks parameters from getting to the rest of the stack or your action.Classcom.opensymphony.xwork2.interceptorApache Struts
Parameterizable Actions implementing Parameterizable will receive a map of the static parameters defined in the action The StaticParametersInterceptor must be in the action's interceptorInterfacecom.opensymphony.xwork2.config.entitiesApache Struts
ParameterNameAware This interface is implemented by actions that want to declare acceptable parameters.Interfacecom.opensymphony.xwork2.interceptorApache Struts
ParameterRemoverInterceptor This is a simple XWork interceptor that allows parameters (matching one of the paramNames attribute csv value) to be Classcom.opensymphony.xwork2.interceptorApache Struts
ParametersInterceptor This interceptor sets all parameters on the value stack.Classcom.opensymphony.xwork2.interceptorApache Struts
ParamModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ParamNameAwareResultInterfacecom.opensymphony.xwork2.resultApache Struts
ParamTagClassorg.apache.struts2.views.jspApache Struts
Password Render an HTML input tag of type password.Classorg.apache.struts2.componentsApache Struts
PasswordDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
PasswordModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
PasswordTagClassorg.apache.struts2.views.jsp.uiApache Struts
PatternMatcherInterfacecom.opensymphony.xwork2.utilApache Struts
PlainTextResult A result that send the content out as plain text.Classorg.apache.struts2.resultApache Struts
PostbackResult A result that renders the current request parameters as a form which immediately submits a postbackClassorg.apache.struts2.resultApache Struts
PrefixBasedActionMapper A prefix based action mapper that is capable of delegating to other ActionMappers based on the request's prefix.Classorg.apache.struts2.dispatcher.mapperApache Struts
PrefixBasedActionProxyFactory Prefix based factory should be used with PrefixBasedActionMapper to use appropriate ActionProxyFactory connected with givenClassorg.apache.struts2.factoryApache Struts
PrefixMethodInvocationUtil A utility class for invoking prefixed methods in action class.Classcom.opensymphony.xwork2.interceptorApache Struts
PrefixTrieQuickly matches a prefix to an object.Classorg.apache.struts2.utilApache Struts
PreparablePreparable Actions will have their prepare() method called if the PrepareInterceptor is applied to the ActionConfig.Interfacecom.opensymphony.xwork2Apache Struts
PrepareInterceptor This interceptor calls prepare() on actions which implement Preparable.Classcom.opensymphony.xwork2.interceptorApache Struts
PrepareOperationsClassorg.apache.struts2.dispatcherApache Struts
PreResultListenerPreResultListeners may be registered with an ActionInvocation to get a callback after the Action has been executed but before the ResultInterfacecom.opensymphony.xwork2.interceptorApache Struts
PrettyPrintWriterClassorg.apache.struts2.interceptor.debuggingApache Struts
PrincipalAwareActions that want access to the Principal information from HttpServletRequest object should implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
PrincipalProxyProxy interface used together with PrincipalAware interface.Interfaceorg.apache.struts2.interceptorApache Struts
ProfilingActivationInterceptor Allows profiling to be enabled or disabled via request parameters, when devMode is enabled.Classorg.apache.struts2.interceptorApache Struts
ProfilingTimerBeanBean to contain information about the pages profiledVersion:$Date$ $Id$Author:Mike Cannon-Brookes, Scott FarquharSee Also:Serialized FormClasscom.opensymphony.xwork2.util.profilingApache Struts
PropertiesConfigurationProviderClassorg.apache.struts2.configApache Struts
PropertiesReader This class is used to read properties lines.Classcom.opensymphony.xwork2.utilApache Struts
Property Used to get the property of a value, which will default to the top of the stack if none is specified.Classorg.apache.struts2.componentsApache Struts
PropertyDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
PropertyModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
PropertyTagClassorg.apache.struts2.views.jspApache Struts
ProxyAttrAdapterProxyAttrAdapter is a pass-through adapter for objects which already implement the Attr interface.Classorg.apache.struts2.views.xsltApache Struts
ProxyElementAdapterProxyElementAdapter is a pass-through adapter for objects which already implement the Element interface.Classorg.apache.struts2.views.xsltApache Struts
ProxyNamedNodeMapA NamedNodeMap that wraps the Nodes returned in their proxies.Classorg.apache.struts2.views.xsltApache Struts
ProxyNodeAdapterProxyNodeAdapter is a read-only delegating adapter for objects which already implement the Node interface.Classorg.apache.struts2.views.xsltApache Struts
ProxyTextNodeAdapterProxyTextNodeAdapter is a pass-through adapter for objects which already implement the Text interface.Classorg.apache.struts2.views.xsltApache Struts
Push Push value on stack for simplified usage.Classorg.apache.struts2.componentsApache Struts
PushDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
PushModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
PushTagClassorg.apache.struts2.views.jspApache Struts
Radio Render a radio button input field.Classorg.apache.struts2.componentsApache Struts
RadioDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
RadioModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
RadioTagClassorg.apache.struts2.views.jsp.uiApache Struts
RangeValidatorSupportBase class for range based validators.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ReferenceCacheClasscom.opensymphony.xwork2.inject.utilApache Struts
ReferenceMapConcurrent hash map that wraps keys and/or values in soft or weak references.Classcom.opensymphony.xwork2.inject.utilApache Struts
ReferenceResolverExceptionException when a reference can't be resolved.Classcom.opensymphony.xwork2.configApache Struts
ReferenceTypeReference type.Classcom.opensymphony.xwork2.inject.utilApache Struts
ReflectionContextFactoryInterfacecom.opensymphony.xwork2.util.reflectionApache Struts
ReflectionContextStateManages variables in the reflection context and returns values to be used by the application.Classcom.opensymphony.xwork2.util.reflectionApache Struts
ReflectionExceptionClasscom.opensymphony.xwork2.util.reflectionApache Struts
ReflectionExceptionHandlerInterfacecom.opensymphony.xwork2.util.reflectionApache Struts
ReflectionProviderInterfacecom.opensymphony.xwork2.util.reflectionApache Struts
ReflectionProviderFactoryClasscom.opensymphony.xwork2.util.reflectionApache Struts
RegexFieldValidator Validates a string field using a regular expression.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
RegexFieldValidator Validates a string field using a regular expression.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
RegexPatternMatcherAllows regular expressions to be used in action names.Classorg.apache.struts2.utilApache Struts
RegexPatternMatcherExpressionHolds a compiled expression to match URLsSee Also:RegexPatternMatcherClassorg.apache.struts2.utilApache Struts
ReloadingClassLoader The ReloadingClassLoader uses a delegation mechanism to allow classes to be reloaded.Classcom.opensymphony.xwork2.util.classloaderApache Struts
RepopulateConversionErrorFieldValidatorSupport An abstract base class that adds in the capability to populate the stack with a fake parameter map when a conversion error has occurred and the 'repopulateField'Classcom.opensymphony.xwork2.validator.validatorsApache Struts
RequestAware Actions that want access to the current servlet request attributes should implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
RequestMapA simple implementation of the Map interface to handle a collection of request attributes.Classorg.apache.struts2.dispatcherApache Struts
RequestUtilsRequest handling utility class.Classorg.apache.struts2Apache Struts
RequiredFieldValidator This validator checks that a field is non-null.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
RequiredFieldValidator RequiredFieldValidator checks if the specified field is not null.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
RequiredStringValidator This validator checks that a String field is not empty (i.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
RequiredStringValidator RequiredStringValidator checks that a String field is non-null and has a length > 0.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
Reset Render a reset button.Classorg.apache.struts2.componentsApache Struts
ResetDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
ResetModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
ResetTagClassorg.apache.struts2.views.jsp.uiApache Struts
ResolverUtilResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions.Classcom.opensymphony.xwork2.utilApache Struts
ResourceBundleTextProviderExtension Interface for TextProvider to help supporting ResourceBundles.Interfacecom.opensymphony.xwork2Apache Struts
ResourceFinderClasscom.opensymphony.xwork2.util.finderApache Struts
ResourceStoreInterfacecom.opensymphony.xwork2.util.classloaderApache Struts
ResourceStoreClassLoaderClasscom.opensymphony.xwork2.util.classloaderApache Struts
ResourceUtilClassorg.apache.struts2.views.utilApache Struts
Restful2ActionMapper http://struts.Classorg.apache.struts2.dispatcher.mapperApache Struts
RestfulActionMapperSimple Restfull Action Mapper to support REST application See docs for more informationClassorg.apache.struts2.dispatcher.mapperApache Struts
ResultAll results (except for Action.Interfacecom.opensymphony.xwork2Apache Struts
ResultConfigConfiguration for Result.Classcom.opensymphony.xwork2.config.entitiesApache Struts
ResultFactoryInterfacecom.opensymphony.xwork2.factoryApache Struts
ResultTypeConfigConfiguration class for result types.Classcom.opensymphony.xwork2.config.entitiesApache Struts
RevisionClasscom.opensymphony.xwork2.util.fsApache Struts
RolesInterceptor This interceptor ensures that the action will only be executed if the user has the correct role.Classorg.apache.struts2.interceptorApache Struts
RuntimeConfigurationRuntimeConfigurationAuthor:Jason CarreiraInterfacecom.opensymphony.xwork2.configApache Struts
ScopeScope of an injected objects.Classcom.opensymphony.xwork2.injectApache Struts
ScopedModelDrivenAdds the ability to set a model, probably retrieved from a given state.Interfacecom.opensymphony.xwork2.interceptorApache Struts
ScopedModelDrivenInterceptor An interceptor that enables scoped model-driven actions.Classcom.opensymphony.xwork2.interceptorApache Struts
ScopeInterceptor This is designed to solve a few simple issues related to wizard-like functionality in Struts.Classorg.apache.struts2.interceptorApache Struts
ScopesHashModel Simple Hash model that also searches other scopes.Classorg.apache.struts2.views.freemarkerApache Struts
SecurityMemberAccessAllows access decisions to be made on the basis of whether a member is static or not.Classcom.opensymphony.xwork2.ognlApache Struts
Select Render an HTML input tag of type select.Classorg.apache.struts2.componentsApache Struts
SelectDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
SelectModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
SelectTagClassorg.apache.struts2.views.jsp.uiApache Struts
ServletActionContextWeb-specific context information for actions.Classorg.apache.struts2Apache Struts
ServletActionRedirectResult This result uses the ActionMapper provided by the ActionMapperFactory to redirect the browser to a URL that invokes theClassorg.apache.struts2.resultApache Struts
ServletConfigInterceptor An interceptor which sets action properties based on the interfaces an action implements.Classorg.apache.struts2.interceptorApache Struts
ServletContextAwareFor components that have a dependence on the Servlet context.Interfaceorg.apache.struts2.utilApache Struts
ServletDispatcherResult Includes or forwards to a view (usually a jsp).Classorg.apache.struts2.resultApache Struts
ServletHostConfigClassorg.apache.struts2.dispatcher.servletApache Struts
ServletPrincipalProxyPrincipalProxy implementation for using HttpServletRequest Principal related methods.Classorg.apache.struts2.interceptor.servletApache Struts
ServletRedirectResult Calls the sendRedirect method to the location specified.Classorg.apache.struts2.resultApache Struts
ServletRequestAware All Actions that want to have access to the servlet request object must implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
ServletResponseAware All Actions that want to have access to the servlet response object must implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
ServletURIResolverServletURIResolver is a URIResolver that can retrieve resources from the servlet context using the scheme response.Classorg.apache.struts2.views.xsltApache Struts
ServletUrlRendererClassorg.apache.struts2.componentsApache Struts
SessionAware Actions that want access to the user's HTTP session attributes should implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
SessionMapA simple implementation of the Map interface to handle a collection of HTTP session attributes.Classorg.apache.struts2.dispatcherApache Struts
Set The set tag assigns a value to a variable in a specified scope.Classorg.apache.struts2.componentsApache Struts
SetDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
SetModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
SetTagClassorg.apache.struts2.views.jspApache Struts
ShortCircuitableValidatorInterfacecom.opensymphony.xwork2.validatorApache Struts
ShortRangeFieldValidator This validator checks that a numeric field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ShortRangeFieldValidator Field Validator that checks if the short specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
SimpleAdapterDocumentSimpleAdapterDocument adapted a Java object and presents it as a Document.Classorg.apache.struts2.views.xsltApache Struts
SimpleNodeListClassorg.apache.struts2.views.xsltApache Struts
SimpleTextNodeClassorg.apache.struts2.views.xsltApache Struts
Slf4jLoggerClasscom.opensymphony.xwork2.util.logging.slf4jApache Struts
Slf4jLoggerFactoryCreates slf4j-logging-backed loggers You can use the same to explicit tell the framework which implementation to use and don't depend on class discovery:Classcom.opensymphony.xwork2.util.logging.slf4jApache Struts
SortIteratorFilterA bean that takes a source and comparator then attempt to sort the source utilizing the comparator.Classorg.apache.struts2.utilApache Struts
SortIteratorTag A Tag that sorts a List using a Comparator both passed in as the tag attribute.Classorg.apache.struts2.views.jsp.iteratorApache Struts
SpringObjectFactory Simple implementation of the ObjectFactory that makes use of Spring's application context if one has been configured, before falling back on the default mechanism of instantiating a new class using the class name.Classcom.opensymphony.xwork2.springApache Struts
SpringProxyableObjectFactorySpringProxyableObjectFactory.Classcom.opensymphony.xwork2.springApache Struts
StaticContentLoaderInterface for loading static resources, based on a path.Interfaceorg.apache.struts2.dispatcherApache Struts
StaticParametersInterceptor This interceptor populates the action with the static parameters defined in the action configuration.Classcom.opensymphony.xwork2.interceptorApache Struts
StreamResult A custom Result type for sending raw data (via an InputStream) directly to the HttpServletResponse.Classorg.apache.struts2.resultApache Struts
StringAdapterStringAdapter adapts a Java String value to a DOM Element with the specified property name containing the String's text.Classorg.apache.struts2.views.xsltApache Struts
StringConverterClasscom.opensymphony.xwork2.conversion.implApache Struts
StringLengthFieldValidator This validator checks that a String field is of the right length.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
StringLengthFieldValidator StringLengthFieldValidator checks that a String field is of a certain length.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
StringsClasscom.opensymphony.xwork2.inject.utilApache Struts
StrutsActionProxyClassorg.apache.struts2.factoryApache Struts
StrutsActionProxyFactoryClassorg.apache.struts2.factoryApache Struts
StrutsBeanWrapper The StrutsBeanWrapper extends the default FreeMarker BeansWrapper and provides almost no change in functionality, except for how it handles maps.Classorg.apache.struts2.views.freemarkerApache Struts
StrutsBodyTagSupportContains common functonalities for Struts JSP Tags.Classorg.apache.struts2.views.jspApache Struts
StrutsClassTemplateLoaderClassorg.apache.struts2.views.freemarkerApache Struts
StrutsConstantsThis class provides a central location for framework configuration keys used to retrieve and store Struts configuration settings.Classorg.apache.struts2Apache Struts
StrutsConversionErrorInterceptor This interceptor extends ConversionErrorInterceptor but only adds conversion errors from the ActionContext to the field errors of the action if the field value is not null, ", or {"} (a size 1 String array with only an emptyClassorg.apache.struts2.interceptorApache Struts
StrutsExceptionA generic runtime exception that optionally contains Location informationSee Also:Serialized FormClassorg.apache.struts2Apache Struts
StrutsExecuteFilterExecutes the discovered request information.Classorg.apache.struts2.dispatcher.filterApache Struts
StrutsListenerServlet listener for Struts.Classorg.apache.struts2.dispatcher.listenerApache Struts
StrutsModelsProvides @s.Classorg.apache.struts2.views.freemarker.tagsApache Struts
StrutsPrepareAndExecuteFilterHandles both the preparation and execution phases of the Struts dispatching process.Classorg.apache.struts2.dispatcher.filterApache Struts
StrutsPrepareFilterPrepares the request for execution by a later StrutsExecuteFilter filter instance.Classorg.apache.struts2.dispatcher.filterApache Struts
StrutsRequestWrapper All Struts requests are wrapped with this class, which provides simple JSTL accessibility.Classorg.apache.struts2.dispatcherApache Struts
StrutsResourceLoaderLoads resource from the Thread's context ClassLoader.Classorg.apache.struts2.views.velocityApache Struts
StrutsResultFactoryClassorg.apache.struts2.factoryApache Struts
StrutsResultSupport A base class for all Struts action execution results.Classorg.apache.struts2.resultApache Struts
StrutsServletServlet dispatcher for Struts.Classorg.apache.struts2.dispatcher.servletApache Struts
StrutsStatics Constants used by Struts.Interfaceorg.apache.struts2Apache Struts
StrutsTagAn annotation to document a Struts jsp/freemarker/velocity tagRequired Element SummaryClassorg.apache.struts2.views.annotationsApache Struts
StrutsTagAttributeDocuments an attribute to a Struts tagRequired Element SummaryClassorg.apache.struts2.views.annotationsApache Struts
StrutsTestCaseHelperGeneric test setup methods to be used with any unit testing framework.Classorg.apache.struts2.utilApache Struts
StrutsTypeConverter Base class for type converters used in Struts.Classorg.apache.struts2.utilApache Struts
StrutsUtilClassorg.apache.struts2.utilApache Struts
StrutsVelocityContextClassorg.apache.struts2.views.velocityApache Struts
StrutsXmlConfigurationProviderClassorg.apache.struts2.configApache Struts
StubConfigurationProviderClasscom.opensymphony.xwork2.testApache Struts
Submit Render a submit button.Classorg.apache.struts2.componentsApache Struts
SubmitDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
SubmitModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
SubmitTagClassorg.apache.struts2.views.jsp.uiApache Struts
SubsetIteratorFilterA bean that takes an iterator and outputs a subset of it.Classorg.apache.struts2.utilApache Struts
SubsetIteratorTag A tag that takes an iterator and outputs a subset of it.Classorg.apache.struts2.views.jsp.iteratorApache Struts
TabbedPaneClassorg.apache.struts2.utilApache Struts
TagLibraryDirectiveProviderInterfaceorg.apache.struts2.viewsApache Struts
TagLibraryModelProviderInterfaceorg.apache.struts2.viewsApache Struts
TagModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
TagUtilsClassorg.apache.struts2.views.jspApache Struts
Template A template is used as a model for rendering output.Classorg.apache.struts2.components.templateApache Struts
TemplateEngineAny template language which wants to support UI tag templating needs to provide an implementation of this interface to handle rendering the templateInterfaceorg.apache.struts2.components.templateApache Struts
TemplateEngineManagerClassorg.apache.struts2.components.templateApache Struts
TemplateRenderingContextContext used when rendering templates.Classorg.apache.struts2.components.templateApache Struts
TestThis is the testing interface that is used to accept or reject resources.Interfacecom.opensymphony.xwork2.util.finderApache Struts
TestNGXWorkTestCaseBase test class for TestNG unit tests.Classcom.opensymphony.xwork2Apache Struts
Text Render a I18n text message.Classorg.apache.struts2.componentsApache Struts
TextArea Render HTML textarea tag.Classorg.apache.struts2.componentsApache Struts
TextAreaDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
TextAreaModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
TextareaTagClassorg.apache.struts2.views.jsp.uiApache Struts
TextDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
TextField Render an HTML input field of type text In this example, a text control for the user property is rendered.Classorg.apache.struts2.componentsApache Struts
TextFieldDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
TextFieldModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
TextFieldTagClassorg.apache.struts2.views.jsp.uiApache Struts
TextModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
TextParserUsed to parse expressions like ${foo.Interfacecom.opensymphony.xwork2.utilApache Struts
TextParseUtilUtility class for text parsing.Classcom.opensymphony.xwork2.utilApache Struts
TextProviderProvides access to ResourceBundles and their underlying text messages.Interfacecom.opensymphony.xwork2Apache Struts
TextProviderFactoryThis factory enables users to provide and correctly initialize a custom TextProvider.Classcom.opensymphony.xwork2Apache Struts
TextProviderHelperClassorg.apache.struts2.utilApache Struts
TextProviderSupportDefault TextProvider implementation.Classcom.opensymphony.xwork2Apache Struts
TextTagClassorg.apache.struts2.views.jspApache Struts
TimerClassorg.apache.struts2.utilApache Struts
TimerInterceptor This interceptor logs the amount of time in milliseconds.Classcom.opensymphony.xwork2.interceptorApache Struts
Token Stop double-submission of forms.Classorg.apache.struts2.componentsApache Struts
TokenDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
TokenHelperClassorg.apache.struts2.utilApache Struts
TokenInterceptor Ensures that only one request per token is processed.Classorg.apache.struts2.interceptorApache Struts
TokenModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
TokenSessionStoreInterceptor This interceptor builds off of the TokenInterceptor, providing advanced logic for handling invalid tokens.Classorg.apache.struts2.interceptorApache Struts
TokenTagClassorg.apache.struts2.views.jsp.uiApache Struts
TypeConversion This annotation is used for class and application wide conversion rules.Classcom.opensymphony.xwork2.conversion.annotationsApache Struts
TypeConversionExceptionTypeConversionException should be thrown by any TypeConverters which fail to convert valuesAuthor:Jason CarreiraClasscom.opensymphony.xwork2.conversionApache Struts
TypeConverterInterface for accessing the type conversion facilities within a context.Interfacecom.opensymphony.xwork2.conversionApache Struts
TypeConverterCreatorInterfacecom.opensymphony.xwork2.conversionApache Struts
TypeConverterHolderInterfacecom.opensymphony.xwork2.conversionApache Struts
UIBean UIBean is the standard superclass of all Struts UI components.Classorg.apache.struts2.componentsApache Struts
UnknownHandlerHandles cases when the result or action is unknown.Interfacecom.opensymphony.xwork2Apache Struts
UnknownHandlerConfigClasscom.opensymphony.xwork2.config.entitiesApache Struts
UnknownHandlerFactoryInterfacecom.opensymphony.xwork2.factoryApache Struts
UnknownHandlerManagerAn unknown handler manager contains a list of UnknownHandler and iterates on them by orderSee Also:DefaultUnknownHandlerManagerInterfacecom.opensymphony.xwork2Apache Struts
UpDownSelect Create a Select component with buttons to move the elements in the select component up and down.Classorg.apache.struts2.componentsApache Struts
UpDownSelectDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
UpDownSelectModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
UpDownSelectTagClassorg.apache.struts2.views.jsp.uiApache Struts
URL This tag is used to create a URL.Classorg.apache.struts2.componentsApache Struts
URLBeanA bean that can generate a URL.Classorg.apache.struts2.utilApache Struts
URLDirectiveClassorg.apache.struts2.views.velocity.componentsApache Struts
UrlHelperInterfaceorg.apache.struts2.views.utilApache Struts
URLModelClassorg.apache.struts2.views.freemarker.tagsApache Struts
UrlProviderInterfaceorg.apache.struts2.componentsApache Struts
UrlRenderer environment (e.Interfaceorg.apache.struts2.componentsApache Struts
UrlSetUse with ClassFinder to filter the Urls to be scanned, example: UrlSet urlSet = new UrlSet(classLoader);Classcom.opensymphony.xwork2.util.finderApache Struts
URLTagClassorg.apache.struts2.views.jspApache Struts
UrlValidatorThis validator checks that a field is a valid URL.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
URLValidatorURLValidator checks that a given field is a String and a valid URL Classcom.opensymphony.xwork2.validator.validatorsApache Struts
UtilTimerStack Struts2 profiling aspects involves the following: ActionContextCleanUpFreemarkerPageFilterDispatcherFilterClasscom.opensymphony.xwork2.util.profilingApache Struts
ValidateableProvides an interface in which a call for a validation check can be done.Interfacecom.opensymphony.xwork2Apache Struts
Validation This annotation has been deprecated since 2.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ValidationAwareValidationAware classes can accept Action (class level) or field level error messages.Interfacecom.opensymphony.xwork2.interceptorApache Struts
ValidationAwareSupportProvides a default implementation of ValidationAware.Classcom.opensymphony.xwork2Apache Struts
ValidationErrorAwareValidationErrorAware classes can be notified about validation errors before DefaultWorkflowInterceptor will return 'inputResultName' resultInterfacecom.opensymphony.xwork2.interceptorApache Struts
ValidationExceptionValidationException.Classcom.opensymphony.xwork2.validatorApache Struts
ValidationInterceptor This interceptor runs the action through the standard validation framework, which in turn checks the action against any validation rules (found in files such as ActionClass-validation.Classcom.opensymphony.xwork2.validatorApache Struts
ValidationParameter The ValidationParameter annotation is used as a parameter for CustomValidators.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
Validations If you want to use several annotations of the same type, these annotations must be nested within the @Validations() annotation.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ValidationWorkflowAwareValidationWorkflowAware classes can programmatically change result name when errors occurred This interface can be only applied to action which already implements ValidationAware interface!Interfacecom.opensymphony.xwork2.interceptorApache Struts
Validator The validators supplied by the XWork distribution (and any validators you might write yourself) come in two different flavors:Interfacecom.opensymphony.xwork2.validatorApache Struts
ValidatorConfigHolds the necessary information for configuring an instance of a Validator.Classcom.opensymphony.xwork2.validatorApache Struts
ValidatorContextThe context for validation.Interfacecom.opensymphony.xwork2.validatorApache Struts
ValidatorFactoryInterfacecom.opensymphony.xwork2.factoryApache Struts
ValidatorFactory Validation rules are handled by validators, which must be registered with the ValidatorFactory (using the registerValidator method).Interfacecom.opensymphony.xwork2.validatorApache Struts
ValidatorFileParserThis class serves 2 purpose : Parse the validation config file.Interfacecom.opensymphony.xwork2.validatorApache Struts
ValidatorSupportAbstract implementation of the Validator interface suitable for subclassing.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ValidatorTypeClasscom.opensymphony.xwork2.validator.annotationsApache Struts
ValueStackValueStack allows multiple beans to be pushed in and dynamic EL expressions to be evaluated against it.Interfacecom.opensymphony.xwork2.utilApache Struts
ValueStackFactoryInterfacecom.opensymphony.xwork2.utilApache Struts
VelocityManagerClassorg.apache.struts2.views.velocityApache Struts
VelocityResult Using the Servlet container's JspFactory, this result mocks a JSP execution environment and then displays a Velocity template that will beClassorg.apache.struts2.resultApache Struts
VelocityStrutsUtilStruts velocity related util.Classorg.apache.struts2.utilApache Struts
VelocityTemplateEngineVelocity based template engine.Classorg.apache.struts2.components.templateApache Struts
VisitorFieldValidator The validator allows you to forward validator to object properties of your action using the objects own validator files.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
VisitorFieldValidator The VisitorFieldValidator allows you to forward validation to object properties of your action using the object's own validation files.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
WildcardHelperThis class is an utility class that perform wilcard-patterns matching and isolation taken from Apache Cocoon.Classcom.opensymphony.xwork2.utilApache Struts
WildcardUtilClasscom.opensymphony.xwork2.utilApache Struts
XmlConfigurationProviderLooks in the classpath for an XML file, xwork.Classcom.opensymphony.xwork2.config.providersApache Struts
XmlHelperClasscom.opensymphony.xwork2.config.providersApache Struts
XSLTResult XSLTResult uses XSLT to transform an action object to XML.Classorg.apache.struts2.views.xsltApache Struts
XWorkClasscom.opensymphony.xwork2Apache Struts
XWorkBasicConverter XWork will automatically handle the most common type conversion for you.Classcom.opensymphony.xwork2.conversion.implApache Struts
XWorkCollectionPropertyAccessorClasscom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkConfigurationProviderClasscom.opensymphony.xwork2.config.providersApache Struts
XWorkConstantsClasscom.opensymphony.xwork2Apache Struts
XWorkConverter XWorkConverter is a singleton used by many of the Struts 2's Ognl extension points, such as InstantiatingNullHandler, XWorkListPropertyAccessor etc to do objectClasscom.opensymphony.xwork2.conversion.implApache Struts
XWorkEnumerationAccessorClasscom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkExceptionA generic runtime exception that optionally contains Location informationAuthor:Jason CarreiraSee Also:Serialized FormClasscom.opensymphony.xwork2Apache Struts
XWorkIteratorPropertyAccessorClasscom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkJUnit4TestCaseClasscom.opensymphony.xwork2Apache Struts
XWorkListA simple list that guarantees that inserting and retrieving objects will always work regardless of the current size of the list.Classcom.opensymphony.xwork2.utilApache Struts
XWorkListPropertyAccessorOverrides the list property accessor so in the case of trying to add properties of a given bean and the JavaBean is not present,Classcom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkMapPropertyAccessorClasscom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkMapPropertyAccessorTestClasscom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkMessagesContains constants for some default XWork messages.Interfacecom.opensymphony.xwork2Apache Struts
XWorkMethodAccessorAllows methods to be executed under normal cirumstances, except when ReflectionContextState.Classcom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkObjectPropertyAccessorClasscom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkTestCaseBase JUnit TestCase to extend for XWork specific JUnit tests.Classcom.opensymphony.xwork2Apache Struts
XWorkTestCaseHelperGeneric test setup methods to be used with any unit testing framework.Classcom.opensymphony.xwork2.utilApache Struts
XWorkTypeConverterWrapperClasscom.opensymphony.xwork2.ognlApache Struts